22. Exercise: Create a RecyclerView
Wiring Up the RecyclerView
In this Exercise, you will get to apply what you've learned on Sunshine.
Exercise Code
Exercise:S03.01-Exercise-RecyclerView
Create RecyclerView Sunshine
SOLUTION:
- Create RecyclerView and layout for individual items
- Create a ViewHolder and Adapter
- Wire the RecyclerView up with the Adapter and the LinearLayoutManager